Fotoxx Source Build
-------------------
 
 Building fotoxx requires the following packages:  
    g++ or clang++           C++ compiler and linker 
    libgtk-3-dev             GTK3 graphics library (GUI base)
    libtiff-*-dev            tiff image files
    libpng-*-dev             png  image files
    libjpeg-*-dev            jpeg image files
    liblcms2-*-dev           color space conversion
    libchamplain-gtk-*-dev   geomapping library
    libclutter-gtk-*-dev     graphics library

 At run time the following packages are also required:
    dcraw               RAW file conversion program
    exiftool            read/write metadata (EXIF etc.) 
    binutils            GNU binary utilities (addr2line) 
 
 The above are Debian names. Package naming is chaotic, 
 so you may have to hunt the names for other Linux flavors.
 
 Build and install fotoxx as follows:
    1. Download the tar file (fotoxx-N.N.tar.gz)
    2. Open a terminal window 
    3. $ cd Downloads                    # go to download folder
    4. $ tar -xzf fotoxx-N.N.tar.gz      # unpack to ./fotoxx 
    5. $ cd fotoxx                       # go there 
    6. $ make                            # build program 
    7. $ sudo make install               # install program
   
 Missing dependencies will cause error messages in step 6. 
 Install these from your repository and repeat step 6. 
  
 Step 7 moves all files to the following locations:
    /usr/bin/fotoxx             binary executable 
    /usr/share/fotoxx/          images, setup files, user guide
    /usr/share/doc/fotoxx/      changelog, copyright, license
 
 Fotoxx is easy to use but unconventional, so please review
 the user guide (menu Help > User Guide) before trying fotoxx.
 
 FOR PACKAGE BUILDERS:
 If $PREFIX is defined, files go there instead of /usr. 
 If $DESTDIR is also defined, files go to $DESTDIR$PREFIX. 
 A separate package for the all-arch parts makes no sense.
 
 
